projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19472a0
)
[IA64] Typo fix
author
Alex Williamson
<alex.williamson@hp.com>
Mon, 2 Jul 2007 20:29:36 +0000
(14:29 -0600)
committer
Alex Williamson
<alex.williamson@hp.com>
Mon, 2 Jul 2007 20:29:36 +0000
(14:29 -0600)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
tools/ioemu/vl.h
patch
|
blob
|
history
diff --git
a/tools/ioemu/vl.h
b/tools/ioemu/vl.h
index 313a23625d42394ab3340bcdce08c7ec5b348179..55ee261dc946d907e3adc6a964a0d1e57fbca6f0 100644
(file)
--- a/
tools/ioemu/vl.h
+++ b/
tools/ioemu/vl.h
@@
-1504,7
+1504,7
@@
static inline void xc_domain_shutdown_hook(int xc_handle, uint32_t domid)
xc_ia64_save_to_nvram(xc_handle, domid);
}
#else
-#define xc_domain_shutdown_hook(xc_handle
.
domid) do {} while (0)
+#define xc_domain_shutdown_hook(xc_handle
,
domid) do {} while (0)
#endif
#endif /* VL_H */